home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
Apps
/
Utilities
/
Unix
/
CommandMon
/
Controller.h
< prev
next >
Wrap
Text File
|
1992-12-26
|
365b
|
23 lines
/* by Jason Beaver */
#import <objc/Object.h>
#import <dpsclient/dpsclient.h>
@interface Controller:Object
{
id unixObject;
id theIndicator;
id outputText;
id commandField;
char command[1024];
float time;
DPSTimedEntry timer;
}
- setCommand:sender;
- setTime:sender;
- (void)doCommand;
- setInterval;
- windowWillResize:sender toSize:(NXSize *)size;
@end